a11y: Simplify GtkNotebookAccessible
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 28 May 2020 13:54:57 +0000 (14:54 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 5 Jun 2020 19:35:10 +0000 (20:35 +0100)
commit7480fb703e3b8569d20a20236347c6d4e0873c26
treeba4de26e579f1b0f6c8d0d4fa74c6b23698a6d93
parent24e8b484e034b760a3fc3615f8de328fac33376e
a11y: Simplify GtkNotebookAccessible

Let the GtkNotebook explicitly update the accessible object that the
current page has changed, instead of overriding
GtkWidgetAccessible.notify_gtk.
gtk/a11y/gtknotebookaccessible.c
gtk/a11y/gtknotebookaccessibleprivate.h [new file with mode: 0644]
gtk/gtknotebook.c